Extension point metadataMapper
Documentation
Contribute a class responsible to add metadata to an annotation.
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.annotations.descriptors.MetadataMapperDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="metadataMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService"> <metadataMapper class="org.nuxeo.ecm.platform.annotations.service.DefaultMetadataMapper"/> </extension>
-
<extension point="metadataMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService"> <metadataMapper class="org.nuxeo.ecm.platform.annotations.repository.DefaultNuxeoMetadataMapper"/> </extension>